From: Antoine Musso Date: Tue, 16 Aug 2011 10:29:29 +0000 (+0000) Subject: correct number of tests fu r94609 X-Git-Tag: 1.31.0-rc.0~28238 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=3a5a0a394d1c9f1ff708ee3febabd806b515686c;p=lhc%2Fweb%2Fwiklou.git correct number of tests fu r94609 --- diff --git a/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js b/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js index c416a208ef..ba8b763cdf 100644 --- a/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js @@ -6,9 +6,9 @@ test( '-- Initial check', function() { } ); test( 'Check', function() { - expect(3); + expect(2); var $fixture; - + $fixture = $( '

Blue Öyster Cult

' ); $fixture.highlightText( 'Blue' ); equal( @@ -26,7 +26,7 @@ test( 'Check', function() { /** * Highlighter broken on punctuation mark. */ - /** + /** dont forget to update the value in expect() at the top! $fixture = $( '

So good. To be there

' ); $fixture.highlightText( 'good' ); equal(